jQuery with Flexigrid
November 24, 2009 · 78 views · 0 comments
Nearby In Time
Lightweight Vendors
November 23, 2009
PDO thinks integers are strings
November 23, 2009
Pagination Workaround
November 23, 2009
Web Interface via jQuery
November 24, 2009
jQuery with Flexigrid
November 24, 2009
unmagic quotes
November 25, 2009
Hooking into events
November 27, 2009
White Marsh
November 27, 2009
In the attic
November 28, 2009
About
This morning I found a plug-in called Flexigrid that works well with jQuery. It supports AJAX calls to get a paged set of data. It supports dynamic page sizes, searching specific columns, as well as the ability to sort each column. I'm even able to resize the columns and drag them into different positions. It's been a little tricky getting it to work, as I had to beef up my skills on JavaScript Object Notation (JSON). Overall, it will make the presentation of data increase dramatically with little effort. From Dedric Mauriac via bloghud.com